home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / LOGEVENT.DOX < prev    next >
Text File  |  1996-07-17  |  1KB  |  47 lines

  1.  
  2.   LOGEVENT.AML
  3.   Log Editor Events 
  4.  
  5.   Running this macro will cause the editor to log the following editor
  6.   events:
  7.  
  8.     - log begin
  9.     - opening files and file manager windows
  10.     - closing files and file manager windows
  11.     - saving files
  12.     - switching the focus to another file or window
  13.  
  14.   Once Logevent is installed, you can view all logged events by pressing
  15.   <ctrl f11>, or by running Logevent again. The following information is
  16.   displayed in a log window for each event:
  17.  
  18.     - the date and time the event occurred
  19.     - the name of the event
  20.     - the file or directory associated with the event
  21.  
  22.   A menu is displayed on the log window, which allows you to clear the
  23.   log, remove the log (uninstall), copy the log to an edit window, and
  24.   print the log.
  25.  
  26.   The current log is appended to the file Macro\Logevent.log when
  27.   removing the log or exiting the editor.
  28.  
  29.  
  30.   Keys:
  31.   ────
  32.   <esc>              // exit
  33.   <ctrl c>           // clear the log
  34.   <ctrl r>           // remove the log (uninstall)
  35.   <ctrl e>           // edit the log
  36.   <ctrl p>           // print the log
  37.  
  38.   <up>, <down>       // move cursor
  39.   <ctrl home>        // to page top
  40.   <ctrl end>         // to page bottom
  41.   <ctrl pgup>        // to top of clipboard
  42.   <ctrl pgdn>        // to bottom of clipboard
  43.  
  44.   <pgup>, <pgdn>     // scroll up, down
  45.   <left>, <right>    // scroll left, right
  46.  
  47.